projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
222b597
)
* src/process.c (send_process): Fix typo in commentary.
author
Charles A. Roelli
<charles@aurox.ch>
Sat, 1 Sep 2018 11:00:28 +0000
(13:00 +0200)
committer
Charles A. Roelli
<charles@aurox.ch>
Sat, 1 Sep 2018 11:00:28 +0000
(13:00 +0200)
src/process.c
patch
|
blob
|
history
diff --git
a/src/process.c
b/src/process.c
index ff81485d261a11965d60f2d4b8553a02880f7629..9d03eb9774dc129db7bf3f4b3d3184d2bd04c7ed 100644
(file)
--- a/
src/process.c
+++ b/
src/process.c
@@
-6410,7
+6410,7
@@
send_process (Lisp_Object proc, const char *buf, ptrdiff_t len,
}
#endif /* BROKEN_PTY_READ_AFTER_EAGAIN */
- /* Put what we should have written in w
ait
_queue. */
+ /* Put what we should have written in w
rite
_queue. */
write_queue_push (p, cur_object, cur_buf, cur_len, 1);
wait_reading_process_output (0, 20 * 1000 * 1000,
0, 0, Qnil, NULL, 0);